FindOptions

public interface FindOptions

The parameters of the text find request.

Types

Link copied to clipboard
public final class Builder
A builder of FindOptions.

Functions

Link copied to clipboard
public boolean isMatchCase()
Returns true if the search is case-sensitive.
Link copied to clipboard
public boolean isSearchBackward()
Returns true if the search is performed in the reverse direction.
Link copied to clipboard
Creates a new FindOptions builder.